golang.org/x/net/http2.dataBuffer.lastChunkOrAlloc (method)

2 uses

	golang.org/x/net/http2 (current package)
		databuffer.go#L125: 		chunk := b.lastChunkOrAlloc(want)
		databuffer.go#L135: func (b *dataBuffer) lastChunkOrAlloc(want int64) []byte {